Read-only MCP server for the TravelType travel catalog: search and explore cities, countries, and points of interest, get POI details, and find similar places worldwide. No authentication required.
Overview
TravelType MCP Server
A free, public, read-only MCP server for the TravelType travel catalog — search and explore cities, countries, and points of interest worldwide.
Endpoint: https://mcp.traveltype.app (Streamable HTTP, no authentication)
Tools
- list_cities — list cities
- get_city — city details
- list_countries — list countries
- get_country — country details
- search_pois — search points of interest
- get_poi_details — full POI details
- find_similar_pois — find similar POIs
Connect
{ "mcpServers": { "traveltype": { "type": "http", "url": "https://mcp.traveltype.app" } } }
Server Config
{
"mcpServers": {
"traveltype": {
"type": "http",
"url": "https://mcp.traveltype.app"
}
}
}